home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / xulrunner-1.9.0.14 / chrome / tasks.jar / content / tasks / tasksOverlay.xul < prev   
Encoding:
Extensible Markup Language  |  2003-12-07  |  1.2 KB  |  38 lines

  1. <?xml version="1.0"?>
  2.  
  3. <?xml-stylesheet href="chrome://tasks/skin/tasksOverlay.css" type="text/css"?> 
  4.  
  5. <!DOCTYPE overlay SYSTEM "chrome://tasks/locale/tasksOverlay.dtd" >
  6.  
  7. <overlay id="TasksMenuID"
  8.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  9.  
  10. <script type="application/x-javascript" src="chrome://tasks/content/tasksOverlay.js"/>
  11.  
  12. <keyset id="tasksKeys">
  13.   <key id="key_other_cal" key="&other-cal-cmd.commandkey;" command="Tasks:OtherCal" modifiers="accel"/>
  14. </keyset>
  15.  
  16. <commandset id="tasksCommands">
  17.   <command id="Tasks:OtherCal" oncommand="openOtherCal();"/>
  18. </commandset>
  19.  
  20. <menupopup id="windowPopup" >
  21.   <menuitem 
  22.     hidden="true"
  23.         id="tasksMenuOtherCal"
  24.         label="&other-cal-cmd.label;"
  25.         accesskey="&other-cal-cmd.accesskey;"
  26.         key="key_other_cal"
  27.         command="Tasks:OtherCal"
  28.         insertbefore="sep-window-list"
  29.         class="menuitem-iconic icon-other-cal16 menu-iconic"/>
  30. </menupopup>
  31.  
  32. <statusbarpanel id="component-bar">
  33.     <toolbarbutton class="taskbutton" id="mini-other-cal" oncommand="openOtherCal();" hidden="true"
  34.     position="&other-cal-cmd.commandkey;" tooltiptext="&other-cal-cmd.label;"/>
  35. </statusbarpanel>
  36.  
  37. </overlay>
  38.